Base URL
/v1 prefix.
Authentication
Send your secret key in thex-yara-api-key header (or Authorization: ApiKey <key>). See Authentication.
Resources
Use the left navigation to open any endpoint. Each resource also has a guide:Addresses
Create and list deposit addresses.
Balance & deposits
Read your USD balance and track deposits.
Transfers
Quote and initiate payouts.
Webhooks
Outbound events and delivery history.
chains, rates, fees) — open them from the left nav.
Conventions
- Auth via the
x-yara-api-keyheader on every merchant request. - Idempotency via the
X-Idempotency-Keyheader on allPOSTrequests. - Responses wrap a single object in
data, and lists indataplus ametablock for pagination (page,limit,total,total_pages). - Amounts are decimal strings (e.g.
"100.000000"). - Errors return an
errorobject with acodeandmessage.
Pagination
List endpoints acceptpage and limit (default 50, max 200) query parameters.