Skip to main content
GET
/
wallet
Get wallet
curl --request GET \
  --url https://processor-prod.up.railway.app/wallet \
  --header 'x-service-key: <api-key>'
{
  "success": true,
  "status": 200,
  "message": "Wallet fetched successfully",
  "timestamp": "2025-09-08T20:37:46.152Z",
  "data": {
    "id": "68bc290df51feea8c53f5275",
    "reference": "rmb9y5fxuuc7dbb5nsoj0lezd25uls",
    "is_active": true,
    "address": {
      "evm": "0xf66Dd142c6F15431835f402b0B8a6093C86D7EC2",
      "svm": "F5t8SUAPd7Ebjk6WZvGZbfS2z15RJvZ6LgXZhccwQS93"
    },
    "transfer": false,
    "swap": false,
    "offramp": true
  }
}

Authorizations

x-service-key
string
header
required

Query Parameters

wallet_id
string
required

The wallet ID to fetch details for

Example:

"68bc290df51feea8c53f5275"

Response

200 - application/json

Wallet fetched successfully

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Wallet fetched successfully"

timestamp
string<date-time>
Example:

"2025-09-08T20:37:46.152Z"

data
object
I