Skip to main content
GET
/
wallets
Get wallets
curl --request GET \
  --url https://processor-prod.up.railway.app/wallets \
  --header 'x-service-key: <api-key>'
{
  "status": 200,
  "message": "Wallets fetched successfully",
  "data": {
    "wallets": [
      {
        "id": "68bc290df51feea8c53f5275",
        "reference": "rmb9y5fxuuc7dbb5nsoj0lezd25uls",
        "is_active": true,
        "address": {
          "evm": "0xf66Dd142c6F15431835f402b0B8a6093C86D7EC2",
          "svm": "F5t8SUAPd7Ebjk6WZvGZbfS2z15RJvZ6LgXZhccwQS93"
        },
        "transfer": false,
        "swap": false,
        "offramp": true
      }
    ],
    "total": 1,
    "page": 1,
    "limit": 10
  }
}

Authorizations

x-service-key
string
header
required

Query Parameters

page
integer
default:1

This is the current page being requested relative to size of a page

wallet_id
string

The wallet ID of the exact wallet you want to fetche details for.

Response

200 - application/json

Wallets fetched successfully

status
integer
Example:

200

message
string
Example:

"Wallets fetched successfully"

data
object
I