StableOps
API reference

List agent wallets

GET/v1/agent-payments/wallets

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/agent-payments/wallets"
{
  "data": [
    {
      "id": "string",
      "network": "eip155:1",
      "address": "string",
      "signer_type": "LOCAL_TEST",
      "signer_key_id": "string",
      "status": "active",
      "verified_at": "2019-08-24T14:15:22Z",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ]
}
Empty

How is this guide?

Last updated