Skip to main content
GET
/
wallets
/
{walletId}
Get wallet details
curl --request GET \
  --url https://api.relayer.fi/v1/wallets/{walletId} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "walletId": "wallet-abc123def456",
    "walletName": "My Treasury Wallet",
    "addresses": [
      {
        "address": "0x123abc456def789012345678901234567890abcd",
        "path": "m/44'/60'/0'/0/0",
        "addressFormat": "ADDRESS_FORMAT_ETHEREUM"
      }
    ],
    "subOrganizationId": "suborg-xyz789"
  },
  "statusCode": 123,
  "timestamp": "<string>",
  "path": "<string>"
}

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

walletId
string
required

Turnkey wallet ID

Example:

"wallet-abc123def456"

Query Parameters

integratorId
string

Integrator ID (required for ADMIN scope)

Example:

"uuid-integrator-id"

Response

success
boolean
required
message
string
required
statusCode
number
required
timestamp
string
required
data
object
path
string