Logo
Ratio Public API Documentation

Start a crypto wallet authentication flow

POST {{baseUrl}}/v1/auth/cryptoWallet:start

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
ratio-client-id
string (Required) Your Ratio Client Identifier
ratio-client-secret
string




RESPONSES

status OK

{ "challenge": "nulla cillum cupidatat" }



Curl
curl -X POST '/v1/auth/cryptoWallet:start' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'ratio-client-id: ' -H 'ratio-client-secret: ' -d '{"walletAddress":"","walletNetwork":""}'

ENDPOINTS