Get Token Account

Retrieve token account information

Join Arrow API Waitlist

Endpoint

POST https://kouba.io/get-token-account

Parameters

owner_address

The wallet address that owns the token account

stringrequired

token_address

The mint address of the token

stringrequired

cURL Request

curl -X POST https://kouba.io/get-token-account \
  -H "Content-Type: application/json" \
  -d '{
    "owner_address": "De5osHj8G13s15r6WNCdsF4ZSJBGS6q1DRzNHHSBtvQ6",
    "token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
  }'

Sample Response

{
  "data": "H6ofiCoVjpvB8WTuMwNGHaiNTGCmsCfrMFVazM5T5Z7W",
  "status": "Associated token account found successfully"
}

Playground

Request Parameters

Response

Response will appear here