Raiden Network
  • What is Raiden?
  • Installation
    • Quick Start
      • Get MetaMask
      • Get an Infura ID
      • Download and run the Raiden Wizard
      • Handle Limitations
    • Starting Raiden Manually
  • Using Raiden on Mainnet
    • Overview
    • Get Whitelisted Tokens
    • Deposit Tokens to the UDC
    • Open a Channel
    • Make a Payment
    • Deposit Tokens
    • View Channel Status
    • Mediation Fees
  • The Raiden Web Interface
    • Overview
    • Navigate the WebUI
    • Join a Token Network
    • Make a Payment
    • Add More Tokens
    • Settle Payments and Close Channels
  • Using Raiden on testnet
    • Quick Start on Görli Testnet
    • Use Custom Token
      • Get Goerli Testnet ETH (GÖETH)
      • Import Custom Token
      • Compile Imported Token Code
      • Deploy Custom Token
  • Raiden API
    • Introduction
    • Resources
      • Address
      • Version
      • Settings
      • Contracts Information
      • Tokens
      • Channels
      • Payments
      • Connections
      • Pending Transfers
      • Shutdown
      • Testing
    • API Tutorial
      • Create a Token Network
      • Open a Channel
      • Deposit Tokens
      • Make a Payment
      • Withdraw Tokens
      • Settle Payments and Close Channels
  • Other
    • Safe Usage
    • Known Issues
    • Glossary
    • v1.0 Documentation
    • Trademark Attributions
Powered by GitBook
On this page
  • Contracts Resource Overview
  • Contracts Resource Details
  • Contract information

Was this helpful?

  1. Raiden API
  2. Resources

Contracts Information

By querying the contracts endpoint you can check which on-chain smart contracts are used.

Contracts Resource Overview

HTTP Method

Resource

Description

GET

Addresses of the used smart contracts

Contracts Resource Details

Contract information

GET http://localhost:5001/api/v1/contracts

Queries the version and addresses of the smart contracts used by the Raiden client.

Path Parameters

Name
Type
Description

version

string

Version of the API

{
    "contracts_version": "0.37.1",
    "monitoring_service_address": "0x20e8e5181000e60799A523a2023d630868f378Fd",
    "one_to_n_address": "0xA514Da2418576CeC4070C82996f30532dDa99706",
    "secret_registry_address": "0x9fC80eb1939d8147aB90BAC01AD585f3a71BeE7e",
    "service_registry_address": "0x3bc9C8d34f5714327095358668fD436D7c457C6C",
    "token_network_registry_address": "0x5a5CF4A63022F61F1506D1A2398490c2e8dfbb98",
    "user_deposit_address": "0x0794F09913AA8C77C8c5bdd1Ec4Bb51759Ee0cC5"
}

PreviousSettingsNextTokens

Last updated 4 years ago

Was this helpful?

/api/<version>/contracts