Skip to main content

Supported

Table of contents

Constructors

Methods

Constructors

constructor

new Supported()

Methods

getAllBridges

Static getAllBridges(): CancelablePromise<SupportedBridgesOutputDTO>

throws ApiError

Returns

CancelablePromise<SupportedBridgesOutputDTO>

SupportedBridgesOutputDTO All Supported Bridges

Defined in

socket-v2-sdk/src/client/services/Supported.ts:14


getAllSupportedChains

Static getAllSupportedChains(): CancelablePromise<SupportedChainsOutputDTO>

throws ApiError

Returns

CancelablePromise<SupportedChainsOutputDTO>

SupportedChainsOutputDTO All Supported Chains by Movr

Defined in

socket-v2-sdk/src/client/services/Supported.ts:25


getIfTokenIsSupported

Static getIfTokenIsSupported(__namedParameters): CancelablePromise<SupportedChainsOutputDTO>

throws ApiError

Parameters

NameTypeDescription
__namedParametersObject-
__namedParameters.addressstringContract address of the token
__namedParameters.chainIdChainIdId of chain, e.g Optimism = 10

Returns

CancelablePromise<SupportedChainsOutputDTO>

SupportedChainsOutputDTO Get if token is supported

Defined in

socket-v2-sdk/src/client/services/Supported.ts:39