How to create address books?
Process of creating address book
Last updated
Process of creating address book
Last updated
Arrange address book data in the format
{
"name": "string"
"addresses": {
"address": "address",
"chainType": "EVM" | "APTOS" | "SOLANA",
"name": "string"
}[],
"walletIds": {
"walletId": "string",
"name": "string"
},
"ownerId": "string"
}
Generate message using this API and above data
Sign the above message by following signature guidelines mentioned here according to the chain you are using
/address-books/message
curl -L \
--request POST \
--url 'https://sandbox-api.fetcch.xyz/v1/address-books/message' \
--header 'secret-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"name":"text","owner":"text","updatedAt":"2025-02-23T10:53:52.671Z","addresses":[null],"walletIds":[null]}'
{
"status": 1,
"timestamp": "2025-02-23T10:53:52.671Z",
"data": {
"message": "text",
"book": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": [
{
"id": 1,
"address": "text",
"name": "text",
"addressBookId": 1,
"addressBook": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"chainType": "EVM"
}
],
"walletIds": [
{
"id": 1,
"walletId": "text",
"wallet": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": "[Circular Reference]"
},
"name": "text",
"addressBookId": 1,
"addressBook": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
}
],
"requests": [
{
"id": 1,
"bookId": 1,
"book": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"toId": "text",
"to": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"pending": true,
"accepted": false,
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"access": "READ"
}
]
}
}
}
Successful response
/address-books
curl -L \
--request POST \
--url 'https://sandbox-api.fetcch.xyz/v1/address-books' \
--header 'secret-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"name":"text","owner":"text","updatedAt":"2025-02-23T10:53:52.671Z","addresses":[null],"walletIds":[null]}'
{
"data": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": [
{
"id": 1,
"address": "text",
"name": "text",
"addressBookId": 1,
"addressBook": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"chainType": "EVM"
}
],
"walletIds": [
{
"id": 1,
"walletId": "text",
"wallet": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": "[Circular Reference]"
},
"name": "text",
"addressBookId": 1,
"addressBook": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
}
],
"requests": [
{
"id": 1,
"bookId": 1,
"book": {
"id": 1,
"name": "text",
"ownerId": "text",
"owner": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"addresses": "[Circular Reference]",
"walletIds": "[Circular Reference]",
"requests": "[Circular Reference]"
},
"toId": "text",
"to": {
"owner": "text",
"ownerId": "text",
"ownerIdentity": {
"id": "text",
"identifier": "text",
"providerId": "text",
"provider": {
"id": "text",
"logo": "text",
"apiKey": "text",
"delimiter": "text",
"txHash": "text",
"dataSourceId": 1,
"ownerId": "text",
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"registry": "[Circular Reference]"
},
"defaultAddress": "text",
"default": {
"address": "text",
"chain": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"chainId": 1,
"isMultisig": false,
"isSmartContractWallet": false,
"walletId": {
"id": 1,
"name": "text",
"symbol": "text",
"icon": "text",
"shortName": "text",
"infoURL": "text",
"chainId": 1,
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"type": "EVM",
"rpc": [
"text"
]
},
"updatedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z"
},
"nonce": 0,
"currentSignature": "text",
"previousSignature": "text",
"isContract": false,
"syncedAt": "2025-02-23T10:53:52.671Z",
"createdAt": "2025-02-23T10:53:52.671Z",
"secondary": [
"[Circular Reference]"
]
},
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z"
},
"pending": true,
"accepted": false,
"createdAt": "2025-02-23T10:53:52.671Z",
"updatedAt": "2025-02-23T10:53:52.671Z",
"access": "READ"
}
]
},
"status": 1,
"timestamp": "2025-02-23T10:53:52.671Z"
}
Successful response