githubEdit

Erc721Api

com.usemoon.MoonSDK.Api.Erc721Api

All URIs are relative to https://beta.usemoon.ai

Method
HTTP request
Description

Approve

POST /erc721/{name}/approve

BalanceOf

POST /erc721/{name}/balance-of

GetApproved

POST /erc721/{name}/get-approved

IsApprovedForAll

POST /erc721/{name}/is-approved-for-all

Name

POST /erc721/{name}/name

OwnerOf

POST /erc721/{name}/owner-of

SafeTransferFrom

POST /erc721/{name}/safe-transfer-from

SetApprovalForAll

POST /erc721/{name}/set-approval-for-all

Symbol

POST /erc721/{name}/symbol

TokenUri

POST /erc721/{name}/token-uri

Transfer

POST /erc721/{name}/transfer

TransferFrom

POST /erc721/{name}/transfer-from

Approve

TransactionAPIResponse Approve (string authorization, string name, Erc721Request erc721Request)

Example

Using the ApproveWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

BalanceOf

TransactionAPIResponse BalanceOf (string authorization, string name, Erc721Request erc721Request)

Example

Using the BalanceOfWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetApproved

TransactionAPIResponse GetApproved (string authorization, string name, Erc721Request erc721Request)

Example

Using the GetApprovedWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

IsApprovedForAll

TransactionAPIResponse IsApprovedForAll (string authorization, string name, Erc721Request erc721Request)

Example

Using the IsApprovedForAllWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Name

TransactionAPIResponse Name (string authorization, string name, Erc721Request erc721Request)

Example

Using the NameWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

OwnerOf

TransactionAPIResponse OwnerOf (string authorization, string name, Erc721Request erc721Request)

Example

Using the OwnerOfWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

SafeTransferFrom

TransactionAPIResponse SafeTransferFrom (string authorization, string name, Erc721Request erc721Request)

Example

Using the SafeTransferFromWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

SetApprovalForAll

TransactionAPIResponse SetApprovalForAll (string authorization, string name, Erc721Request erc721Request)

Example

Using the SetApprovalForAllWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Symbol

TransactionAPIResponse Symbol (string authorization, string name, Erc721Request erc721Request)

Example

Using the SymbolWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

TokenUri

TransactionAPIResponse TokenUri (string authorization, string name, Erc721Request erc721Request)

Example

Using the TokenUriWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

Transfer

TransactionAPIResponse Transfer (string authorization, string name, Erc721Request erc721Request)

Example

Using the TransferWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]

TransferFrom

TransactionAPIResponse TransferFrom (string authorization, string name, Erc721Request erc721Request)

Example

Using the TransferFromWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

Name
Type
Description
Notes

authorization

string

name

string

erc721Request

Erc721Request

Return type

TransactionAPIResponse

Authorization

ApiKeyAuth, BearerAuth

HTTP request headers

  • Content-Type: application/json

  • Accept: application/json

HTTP response details

Status code
Description
Response headers

200

Ok

-

[Back to top] [Back to API list] [Back to Model list] [Back to README]