GET
/
api
/
v2.1
/
wallet-transfers
/
allowed-operations
curl --request GET \
  --url https://sandbox.finhub.cloud/api/v2.1/wallet-transfers/allowed-operations \
  --header 'X-Forwarded-For: <x-forwarded-for>'
{
  "networks": [
    {
      "network": {
        "networkId": "<string>",
        "code": "<string>",
        "name": "<string>",
        "description": "<string>"
      },
      "operations": [
        {
          "operationDescription": {
            "operationType": "BUY",
            "operationScope": "INTERNAL",
            "name": "<string>",
            "description": "<string>",
            "enabled": true
          },
          "source": {
            "walletAddress": "<string>",
            "walletPurpose": "<string>",
            "operationScope": "INTERNAL",
            "serviceDefinitions": {},
            "network": {
              "networkId": "<string>",
              "code": "<string>",
              "name": "<string>",
              "description": "<string>"
            },
            "asset": {
              "assetId": "<string>",
              "type": "<string>",
              "currency": "<string>",
              "balance": 123,
              "scale": 123,
              "networkAddress": {
                "addressId": "<string>",
                "address": "<string>",
                "type": "<string>",
                "primary": true
              }
            }
          },
          "destination": {
            "walletAddress": "<string>",
            "walletPurpose": "<string>",
            "operationScope": "INTERNAL",
            "serviceDefinitions": {},
            "network": {
              "networkId": "<string>",
              "code": "<string>",
              "name": "<string>",
              "description": "<string>"
            },
            "asset": {
              "assetId": "<string>",
              "type": "<string>",
              "currency": "<string>",
              "balance": 123,
              "scale": 123,
              "networkAddress": {
                "addressId": "<string>",
                "address": "<string>",
                "type": "<string>",
                "primary": true
              }
            }
          },
          "details": "<string>"
        }
      ]
    }
  ]
}

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Query Parameters

businessArea
string

Business area

capability
string

Capability type

customerId
string

Customer identifier

lineOfBusiness
string

Line of business context

organizationId
string

Organization identifier

service
string

Service type

Response

200
application/json

Allowed operations retrieved successfully

Network operations with detailed structure of networks and their allowed operations