githubEdit

Ripple

get
Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
Responses
chevron-right
200

Ok

application/json

Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

get
/ripple
200

Ok

post
Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
Body

Represents the input data required for Ripple transactions.

networkstringOptional

The network on which the transaction will be executed. This is optional.

private_keystringOptional

The private key used for signing the transaction. This is optional.

Responses
chevron-right
200

Ok

application/json

Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

post
/ripple
200

Ok

get
Authorizations
AuthorizationstringRequired
Path parameters
accountNamestringRequired
Header parameters
AuthorizationstringRequired
Responses
chevron-right
200

Ok

application/json

Interface representing the response from the Account API. Extends the BaseAPIResponse to include additional data specific to account responses.

successbooleanRequired

The success status of the operation.

messagestringRequired

The message associated with the operation.

addressstringOptional

The address associated with the operation.

get
/ripple/{accountName}
200

Ok