Endpoints
1 min
the external api is grouped by resource each page documents the rest contract, the current javascript sdk signature, request field semantics, cursor response shape, and representative examples resource purpose primary sdk methods asset and chain discover assets and chains enabled for the api user's organization getassetsdata , getsupportedchains vault list, retrieve, create, approve, and inspect vault balances getvaults , getvaultbyid , createvault , getbalances , getdetailedbalances transaction read transactions; estimate fees; create transfers and contract calls; quote and execute intents; stake or delegate resources gettransactions , estimatefee , createtransfertransaction , getquote , createtransactionfromintent address book → contact list, retrieve, create, update, and approve contacts getcontacts , getcontactbyid , createcontact , updatecontact address book → bank account list, retrieve, create, and approve organization bank accounts getbankaccounts , getbankaccountbyid , createbankaccount before you integrate • use the asset and chain endpoints instead of hard coding supported symbols or networks • use decimal strings for amounts and preserve ids exactly as returned • follow nextcursor only when hasnext is true • for resources created through a change request, creation and approval are distinct states do not assume a successful create response means the resource is active • for quote driven transactions, persist the selected quoteid and execute it with the same intended organization/sub organization scope shared request and response objects are defined on the data models page