Allowed Node Types

Node Types

GET https://api.synapsefi.com/v3.1/nodes/types

This endpoint allows you to get and view all the avaliable node types.

Headers

NameTypeDescription

X-SP-USER

string

Your OAuth key and device fingerprint, separated by a pipe.

X-SP-USER-IP

string

IP address of your device.

X-SP-GATEWAY

string

Your Client ID and Secret, separated by a pipe.

{
    "types": [
        {
            "type": "DEPOSIT-US"
        },
        {
            "type": "IB-DEPOSIT-US"
        },
        {
            "type": "IC-DEPOSIT-US"
        },
        {
            "type": "LOAN-US"
        },
        {
            "type": "REPAY-US"
        },
        {
            "type": "SUBACCOUNT-US"
        },
        {
            "type": "IB-SUBACCOUNT-US"
        },
        {
            "type": "CARD-US"
        },
        {
            "type": "SUBCARD-US"
        },
        {
            "type": "RESERVE-US"
        },
        {
            "type": "LOAN-RESERVE-US"
        },
        {
            "type": "CLEARING-US"
        },
        {
            "type": "SYNAPSE-US"
        },
        {
            "type": "CUSTODY-US"
        },
        {
            "type": "TRIUMPH-SUBACCOUNT-US"
        },
        {
            "type": "ACH-US"
        },
        {
            "type": "CHECK-US"
        },
        {
            "type": "INTERCHANGE-US"
        },
        {
            "type": "WIRE-US"
        },
        {
            "type": "WIRE-INT"
        },
        {
            "type": "IOU"
        },
        {
            "type": "TRADE-US"
        }
    ]
}

Example Request

GET /v3.1/nodes/types HTTP/1.1
Host: uat-api.synapsefi.com

Last updated