API Reference

Validate an address

posthttps://api.circle.com/v1/w3s/transactions/validateAddress

  • Reference
  • Playground

Confirms that a specified address is valid for a given token on a certain blockchain.

Body parameters
blockchain
string
Required

The blockchain network that the resource is to be created on or is currently on.

Allowed valuesETHETH-SEPOLIAAVAXAVAX-FUJIMATICMATIC-AMOYSOLSOL-DEVNETARBARB-SEPOLIANEARNEAR-TESTNETEVMEVM-TESTNETUNIUNI-SEPOLIABASEBASE-SEPOLIAOPOP-SEPOLIA
address
string
Required

Blockchain generated unique identifier, associated with wallet (account), smart contract or other blockchain objects.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "isValid": false
4  }
5}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.