didGetInfo
+Retreives information about a DID.
+Retreives information about a DID
+post
+/did_get_info
+
+ Usage
+curl -X POST --insecure \
+--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
+--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
+-H "Accept: application/json" \
+-H "Content-Type: application/json" \
+"https://localhost:9256/did_get_info" \
+-d "{}"
+ Parameters
+ + + +Name | +Description | +
---|---|
body * | ++ + + + + | +
Responses
+Status: 200 - OK
+ +Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_20" + "$ref" : "#/components/schemas/inline_response_200_22" } } } @@ -7663,7 +8211,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_30" + "$ref" : "#/components/schemas/inline_response_200_32" } } } @@ -7792,7 +8340,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_22" + "$ref" : "#/components/schemas/inline_response_200_24" } } } @@ -7921,7 +8469,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_25" + "$ref" : "#/components/schemas/inline_response_200_27" } } } @@ -8050,7 +8598,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_28" + "$ref" : "#/components/schemas/inline_response_200_30" } } } @@ -8079,6 +8627,127 @@Status: 200 - OK
didMessageSpend
+Spends a DID message.
+Spends a DID message
+post
+/did_message_spend
+
+ Usage
+curl -X POST --insecure \
+--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
+--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
+-H "Accept: application/json" \
+-H "Content-Type: application/json" \
+"https://localhost:9256/did_message_spend" \
+-d "{}"
+ Parameters
+ + + +Name | +Description | +
---|---|
body * | ++ + + + + | +
Responses
+Status: 200 - OK
+ + + +Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_24" + "$ref" : "#/components/schemas/inline_response_200_26" } } } @@ -8292,7 +8961,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_27" + "$ref" : "#/components/schemas/inline_response_200_29" } } } @@ -8413,7 +9082,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_19" + "$ref" : "#/components/schemas/inline_response_200_21" } } } @@ -8534,7 +9203,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_29" + "$ref" : "#/components/schemas/inline_response_200_31" } } } @@ -10236,7 +10905,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_58" + "$ref" : "#/components/schemas/inline_response_200_60" } } } @@ -10365,7 +11034,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_59" + "$ref" : "#/components/schemas/inline_response_200_61" } } } @@ -10738,7 +11407,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_55" + "$ref" : "#/components/schemas/inline_response_200_57" } } } @@ -10858,8 +11527,130 @@Status: 200 - OK
getPublicKeys
+Retrieves all public keys on the node.
+Retrieves all public keys on the node.
+post
+/get_public_keys
+
+ Usage
+curl -X POST --insecure \
+--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
+--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
+-H "Accept: application/json" \
+-H "Content-Type: application/json" \
+"https://localhost:9256/get_public_keys" \
+-d "{}"
+ Parameters
+ + + +Name | +Description | +
---|---|
body * | ++ + + + + | +
Responses
+Status: 200 - OK
+ + + +getPublicKeys
-Retrieves all public keys on the node.
+logIn
+Logs in the wallet with a specific key.
Retrieves all public keys on the node.
+Logs in the wallet with a specific key.
post
-/get_public_keys
+ /log_in
Usage
curl -X POST --insecure \
--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-"https://localhost:9256/get_public_keys" \
+"https://localhost:9256/log_in" \
-d "{}"
Parameters
@@ -10935,11 +11726,18 @@Parameters
- + @@ -10974,14 +11772,14 @@Status: 200 - OK
logIn
-Logs in the wallet with a specific key.
+verifySignature
+Given a public key, message and signature, verify if it is valid.
Logs in the wallet with a specific key.
+Given a public key, message and signature, verify if it is valid.
post
-/log_in
+ /verify_signature
Usage
curl -X POST --insecure \
--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-"https://localhost:9256/log_in" \
+"https://localhost:9256/verify_signature" \
-d "{}"
Parameters
@@ -11057,18 +11855,11 @@Parameters
- + @@ -11103,14 +11894,14 @@Status: 200 - OK
Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_11" + "$ref" : "#/components/schemas/inline_response_200_14" } } } @@ -11485,7 +12276,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_16" + "$ref" : "#/components/schemas/inline_response_200_18" } } } @@ -11606,7 +12397,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_13" + "$ref" : "#/components/schemas/inline_response_200_15" } } } @@ -11727,7 +12518,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_17" + "$ref" : "#/components/schemas/inline_response_200_19" } } } @@ -11848,7 +12639,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_12" + "$ref" : "#/components/schemas/inline_response_200_13" } } } @@ -11977,7 +12768,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_14" + "$ref" : "#/components/schemas/inline_response_200_16" } } } @@ -12099,7 +12890,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_15" + "$ref" : "#/components/schemas/inline_response_200_17" } } } @@ -12341,7 +13132,7 @@Status: 200 - OK
"content" : { "application/json" : { "schema" : { - "$ref" : "#/components/schemas/inline_response_200_11" + "$ref" : "#/components/schemas/inline_response_200_12" } } } @@ -12370,6 +13161,127 @@Status: 200 - OK
nftSetBulkNftDid
+Bulk set DID for NFTs across different wallets.
+Bulk set DID for NFTs across different wallets
+post
+/nft_set_bulk_nft_did
+
+ Usage
+curl -X POST --insecure \
+--cert ~/.chia/mainnet/config/ssl/wallet/private_wallet.crt \
+--key ~/.chia/mainnet/config/ssl/wallet/private_wallet.key \
+-H "Accept: application/json" \
+-H "Content-Type: application/json" \
+"https://localhost:9256/nft_set_bulk_nft_did" \
+-d "{}"
+ Parameters
+ + + +Name | +Description | +
---|---|
body * | ++ + + + + | +