Skip to main content
GET
Read a partner fee

Authorizations

Authorization
string
header
required

Bearer authentication header on the format Bearer <API_KEY>.

Path Parameters

id
string<uuid>
required

Partner fee's unique identifier.

Response

200 - application/json

Partner fee successfully retrieved.

id
string<uuid>

Partner fee's unique identifier.

Example:

"123e4567-e89b-12d3-a456-426614174004"

name
string

Partner fee's name.

Example:

"Fee name"

walletAddress
string

Partner's wallet address that will receive the funds.

Example:

"0x76b74209f3542d172ca1575b5b18064594360299"

fees
object

Partner fee's fees.

createdAt
string<date-time>

Creation date and time (UTC).

Example:

"2021-01-01T00:00:00Z"