EVEDEX Rhino API

The Rhino API from EVEDEX — 2 operation(s) for rhino.

Operations 2

GET /api/rhino-deposit-address
GET /api/deposit/rhino-deposit-address

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/evedex-rhino-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

evedex-rhino-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Evedex Rhino API
  version: 1.0.0
  description: 'Operations tagged Rhino across 2 of this provider''s published API definitions: evedex-bridge-middleware-openapi.json, evedex-exchange-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://bridge-middleware-api.evedex.com
- url: https://exchange-api.evedex.com
tags:
- name: Rhino
paths:
  /api/rhino-deposit-address:
    get:
      tags:
      - Rhino
      security:
      - InternalKey: []
      parameters:
      - in: query
        name: rhinoSourceChainId
        description: RhinoChainId
        schema:
          type: string
          enum:
          - '728126428'
          - '1'
          - '10'
          - '56'
          - '137'
          - '42161'
          - '8453'
          - TON
          - '900'
          description: RhinoChainId
        required: true
      - in: query
        name: destinationChainId
        description: RhinoChainId
        schema:
          type: string
          enum:
          - '728126428'
          - '1'
          - '10'
          - '56'
          - '137'
          - '42161'
          - '8453'
          - TON
          - '900'
          description: RhinoChainId
        required: true
      - in: query
        name: depositorAddress
        schema:
          type: string
        required: true
      responses:
        '200':
          description: 200 OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  sourceChainId:
                    type: string
                  sourceAddress:
                    type: string
                  destinationChainId:
                    type: string
                  destinationAddress:
                    type: string
                  supportedTokens:
                    type: array
                    items:
                      type: object
                      properties:
                        symbol:
                          type: string
                        address:
                          type: string
                        maxDepositLimitUsd:
                          type: number
                        minDepositLimitUsd:
                          type: number
                      required:
                      - symbol
                      - address
                      - maxDepositLimitUsd
                      - minDepositLimitUsd
                required:
                - sourceChainId
                - sourceAddress
                - destinationChainId
                - destinationAddress
                - supportedTokens
    servers:
    - url: https://bridge-middleware-api.evedex.com
  /api/deposit/rhino-deposit-address:
    get:
      tags:
      - Rhino
      security:
      - AccessToken: []
      parameters:
      - in: query
        name: rhinoSourceChainId
        schema:
          type: string
          enum:
          - '728126428'
          - '1'
          - '10'
          - '56'
          - '137'
          - '42161'
          - '8453'
          - TON
          - '900'
        required: true
      - in: query
        name: destinationChainId
        schema:
          type: string
        required: true
      - in: query
        name: depositorAddress
        schema:
          type: string
        required: true
      responses:
        '200':
          description: 200 OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  sourceChainId:
                    type: string
                  sourceAddress:
                    type: string
                  destinationChainId:
                    type: string
                  destinationAddress:
                    type: string
                  supportedTokens:
                    type: array
                    items:
                      type: object
                      properties:
                        symbol:
                          type: string
                        address:
                          type: string
                        maxDepositLimitUsd:
                          type: number
                        minDepositLimitUsd:
                          type: number
                      required:
                      - symbol
                      - address
                      - maxDepositLimitUsd
                      - minDepositLimitUsd
                required:
                - sourceChainId
                - sourceAddress
                - destinationChainId
                - destinationAddress
                - supportedTokens
    servers:
    - url: https://exchange-api.evedex.com
components:
  securitySchemes:
    AccessToken:
      type: http
      scheme: bearer
    InternalKey:
      type: http
      scheme: bearer
    ExternalKey:
      type: http
      scheme: bearer
    InternalToken:
      type: http
      scheme: bearer
    ApiKey:
      type: apiKey
      in: header
      name: X-API-Key
x-refined-from:
- evedex-bridge-middleware-openapi.json
- evedex-exchange-openapi.json