Auth
Use your checkout key asx-api-key (not the consumer key).
Flow
POST /v1/checkout/— create order (network,asset,currency_code,amount,order_id).- Show the returned settlement
addressand amount to the payer. POST /v1/checkout/pay— submitorder_id+transaction_hashafter on-chain payment.POST /v1/checkout/status— poll untilCOMPLETE,EXPIRED,FAILED, orCANCELLED.
Statuses
PENDING → COMPLETE | EXPIRED | CANCELLED | FAILED
Networks
List supported settlement networks withPOST /v1/checkout/networks.
