Ratio API

Number of APIs: 33

  1. v1-Activity - Get an Activity item GET {{baseUrl}}/v1/users/{{userId}}/activity/{{activityId}}

  2. v1-Activity - List Activity Items GET {{baseUrl}}/v1/users/{{userId}}/activity?pageToken={{pageToken}}&pageSize=<string>&fromCreateTime=<string>&toCreateTime=<string>&walletId={{walletId}}&cryptoCurrency=<string>&cryptoStatus=<string>&fiatStatus=<string>

  3. v1-Auth - Authenticate SMS OTP POST {{baseUrl}}/v1/auth/otp/sms:authenticate

  4. v1-Auth - Send an Email OTP POST {{baseUrl}}/v1/auth/otp/email:send

  5. v1-Auth - Start a crypto wallet authentication flow POST {{baseUrl}}/v1/auth/cryptoWallet:start

  6. v1-Bank - Request Bank Link POST {{baseUrl}}/v1/users/{{userId}}/banks:requestLink

  7. v1-Auth - Authenticate a crypto wallet POST {{baseUrl}}/v1/auth/cryptoWallet:authenticate

  8. v1-Auth - Send an SMS OTP POST {{baseUrl}}/v1/auth/otp/sms:send

  9. v1-Auth - Adds an unverified crypto wallet to a user POST {{baseUrl}}/v1/auth/cryptoWallet:addToUser

  10. v1-Bank - Get a Bank Account by ID GET {{baseUrl}}/v1/users/{{userId}}/banks/{{bankId}}