Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-ethan-captcha-protection.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key
WebAuthn (Passkey)
Cryptographically signed (stamped) request to be passed in as a header. For more info, see
here.
Cryptographically signed (stamped) request to be passed in as a header. For more info, see
here.
Body
Unique identifier for a given organization.
The network identifier in CAIP-2 format (e.g., ‘eip155:1’ for Ethereum mainnet).
Response
A successful response returns the following fields:
curl --request POST \
--url https://api.turnkey.com/public/v1/query/list_supported_assets \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header "X-Stamp: <string> (see Authorizations)" \
--data '{
"organizationId": "<string>",
"caip2": "<string>"
}'
{
"assets": [
{
"caip19": "<string>",
"symbol": "<string>",
"decimals": "<number>",
"logoUrl": "<string>"
}
]
}