Query parameters

  • page string Required
  • page_size string Required

Responses

  • 200

    200

    Hide response attributes Show response attributes array[object]
    • chain string Required

      Values are SOLANA, ETHEREUM, POLYGON, BINANCE, TEZOS, ICP, GNOSIS, ARBITRUM, AVALANCHE, OPTIMISM, BITCOIN, LITECOIN, BITCOIN_CASH, CARDANO, or XRP.

    • id string Required
    • address string Required
    • expectedTxsCount integer | null Required
    • txsInQueue integer | null Required
    • teamId string Required
    • label string | null Required
    • futureTransactionIds array[string] Required
  • 400

    400

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 401

    401

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 404

    404

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
  • 500

    500

    Hide response attribute Show response attribute object
    • error object Required
      Hide error attributes Show error attributes object
      • code string Required
      • message string Required
GET /api/v1/wallets/
curl \
 -X GET api.consola.finance/api/v1/wallets/?page=string&page_size=string \
 -H "Authorization: $API_KEY"
Response examples (200)
[
  {
    "chain": "SOLANA",
    "id": "string",
    "address": "string",
    "expectedTxsCount": 42,
    "txsInQueue": 42,
    "teamId": "string",
    "label": "string",
    "futureTransactionIds": [
      "string"
    ]
  }
]
Response examples (200)
[
  {
    "chain": "SOLANA",
    "id": "string",
    "address": "string",
    "expectedTxsCount": 42,
    "txsInQueue": 42,
    "teamId": "string",
    "label": "string",
    "futureTransactionIds": [
      "string"
    ]
  }
]
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (400)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (401)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (404)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
Response examples (500)
{
  "error": {
    "code": "string",
    "message": "string"
  }
}