EXPLOREINDUSTRIESGUIDESLEARNGLOSSARYBOOKSWHITEPAPERTOOLSRESOURCESPIONEERMARKETSCOUNTRIESFEESMISSION FUNDPASSPORT
SUPPORTLOGINJOIN THE PROTOCOL →
GETREADYANDJUMP.COM · BUILT IN DETROIT

API
ON GRAJ.

Api on the GRAJ protocol. One fee. 195 countries. Join the protocol.

JOIN THE PROTOCOL →
API

THE HTTP
SURFACE.

Live now

Everything the protocol does — orders, catalog, settlements, tax positions, verification — is behind an HTTP interface, because a dashboard that is the only way in is a platform rather than infrastructure.

Shape

REST over HTTPS, JSON in and out, bearer authentication, versioned under /api/v1. Errors return a message intended for a person to read rather than a code to look up, on the basis that most integration debugging is done by whoever wrote it at the time.

The guard is the same one the UI uses

Routes resolve the actor from the token and check what that actor may do. There is no separate permission model for programmatic access, which is deliberate: two permission systems are two chances to disagree, and the disagreement is always a hole.

What money endpoints refuse to do

Amounts are never accepted from a caller where they can be computed. A tax figure, a commission or a settlement share supplied by a client is a figure a client can edit, and the liability for getting it wrong sits with the operator rather than with whoever sent it.

Idempotency where it matters

Anything that moves money carries an idempotency key, so a retried request settles once. Duplicate charges are the failure customers never forgive and the one that is entirely preventable.

Where to go next
/developer/sdk/api-status/mcp-endpoints
JOIN THE PROTOCOL