Skip to main content

List User's Fighters

GET 

/origins/v2/community/users/fighters

List of Axie from an user

Request

Query Parameters

    userID stringrequired

    Unique string that identifies a user.

    Example: 1ec9eb6f-4d26-67e3-a60c-6773c6c577ed
    axieType stringrequired

    We have 2 types of Axie: ["starter", "ronin"]

    Example: starter
    limit integer

    The maximum number of Axies in the response

    Example: 1
    offset integer

    The offset of Axies returned

    Example: 0

Responses

OK
Response Headers
  • Datestring
  • Content-Typestring
  • Content-Lengthinteger
  • Connectionstring
  • Etagstring
  • Strict-Transport-Securitystring
  • Access-Control-Allow-Originstring
  • Access-Control-Allow-Credentialsboolean
  • Access-Control-Allow-Methodsstring
  • Access-Control-Allow-Headersstring
  • Access-Control-Max-Ageinteger
Schema

    object

Loading...