Before you begin
- Credentials. Contact Ripio to request your partner registration and obtain the
client_idandclient_secretthat uniquely identify you as a Ripio customer. It is your responsibility to secure them. - A signing key for webhooks. Issued alongside your credentials — see Webhooks.
This is the only widget endpoint you call directly, and it must be called from your server, never from the browser:
client_secret should never reach the end user’s device. Every other request — quotes, execution, portfolio, activity — is made by the widget itself on the user’s behalf, so there is no other widget API for you to integrate against.Generate a session token
Endpoint:https://b2b-crypto-widget-api.sandbox.ripio.com/api/v1/auth
Method: POST · Content-Type: application/json
Request:
token to the widget — as the token attribute or the _to query parameter — to start the user’s session. See Embedding the widget.
Narrowing a session
Errors
See Troubleshooting for the full error contract used across the widget’s endpoints.