Skip to main content
GET
/
external_wallets
/
{id}
cURL
curl --request GET \
  --url https://sandbox.onconsul.com/v1/external_wallets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "address": "<string>",
  "chain": "ethereum",
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "name": "<string>",
  "status": "<string>"
}
Retrieve a single external wallet by its ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

OK

address
string
required
chain
enum<string>
required
Available options:
ethereum,
polygon,
base,
arbitrum,
optimism
created_at
string<date-time>
required
id
string
required
name
string
required
status
string
required